.checkout-form {
    background-color: #fff;
    padding: 16px;
    border-radius: 6px;
    max-width: 100%;
    width: 100%;

    margin: 0 10px;
    min-height: calc(100vh - 280px);
    border: 1px solid #e2e2e2
}

.checkout-form h2 {
    font-size: 24px;
    color: #0f172a;
    text-align: center;
    margin-bottom: 30px;
}

.checkout-form label {
    font-size: 18px;
    color: #0f172a;
    margin-bottom: 6px;
    display: block;
}

.checkout-form .form-setup {
    margin-bottom: 20px;
}

.checkout-form .form-control {
    padding: 12px 16px;
    font-size: 16px;
}

.checkout-form .col-md-12 {
    float: unset;
}

.checkout-form input[type="submit"] {
    min-width: 80px;
}

.checkout-form .add_customer_form_savebutton {
    text-align: center;
}

.chechout-wrapper {
    background-color: #fff;
    padding: 50px 20px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 1000px;
    margin: 50px;
    margin: auto;
    margin-top: 50px;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.checkout-list span {
    font-size: 14px;
    line-height: 20px;
    color: #939393;
    text-align: left;
    display: block;
}

.checkout-list p {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    text-align: left;
    display: block;
    font-weight: 600;
}

.checkout-list h3 {
    font-size: 22px;
    color: #000000;
    display: block;
    font-weight: 600;
}

.checkout-list ul {
    padding-left: 20px;
    margin-top: 14px;
}

.checkout-list ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #000;
    list-style: disc;
}